home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PROGRAM / GIFLIB12.ARJ / GIFWEDGE.DOC < prev    next >
Text File  |  1991-05-13  |  862b  |  33 lines

  1.             GifWedge
  2.             --------
  3.  
  4. Program to create a test GIF image with intensity levels of the RGB colors
  5. YCM colors and white.
  6.  
  7.  
  8. Usage:
  9. ------
  10.  
  11. Usage: GifWedge [-q] [-l #Lvls] [-s SizeX SizeY] [-h]
  12.  
  13.  
  14. Memory required:
  15. ----------------
  16.  
  17. Line.
  18.  
  19.  
  20. Options:
  21. --------
  22.  
  23. 1. [-q] : quite mode. Default off on MSDOS, on on unix. Controls printout
  24.    of running scan lines. Use -q- to turn off.
  25. 2. [-l #Lvls] : Set number of intensity levels per color. This number must be
  26.    power of two up to 32 as Gif format can only have 256 color simultanuously
  27.    and 7 basic colors are to be displayed.
  28. 3. [-s SizeX SizeY] : Force image size to be SizeX by SizeY pixels.
  29.    Image size will be rounded down to be a multiple of number of intensities
  30.    horizontally, and 7 (colors) vertically.
  31. 4. [-h] : print one command line help, similar to Usage above.
  32.  
  33.